Dashboard Temp Share Shortlinks Frames API

HTMLify

index.html
Views: 456 | Author: ahmads_codes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>

    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">

    <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.min.js" integrity="sha384-+sLIOodYLS7CIrQpBjl+C7nPvqq+FbNUBDunl/OZv93DB7Ln/533i8e/mZXLi/P+" crossorigin="anonymous"></script>
<style>
  #b1:hover{
  
    scale: 1.1;
    border: 0px solid;
    border-radius: 20%;
  }  
  
  #b1{
    background:linear-gradient(to left,rgb(189, 221, 239),rgb(87, 164, 247));
    border: 0px solid;
    border-radius: 3%;
    font-weight: 70%;
    box-shadow: 10px 10px 15px rgb(136, 219, 250);

  }
</style>

<style>
  @keyframes bnn{
0%{
background-color:red;
}
100%{
background-color: blue;
}
}
#bn{
color: white;
animation-name: bnn;
animation-duration: 1s;
animation-delay: 1s;
animation-iteration-count: infinite;
}
.j1{
  height: 2200px;
  width: 100%;
  position: absolute;
  z-index: -1;
  background-image: url(indback.jpg);
  
}
</style>

</head>
<body>



  <nav class="navbar navbar-expand-lg navbar-light bg-light mb-4" style="position: fixed; left: 5%; z-index: 1;">
    <div class="spinner-grow" role="status">
      <span class="visually-hidden"></span>
    </div>
    <a class="navbar-brand" href="#" style="font-size: 30px;"><u><b>e-Commerce Hub</b></u></a>
    <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
      <span class="navbar-toggler-icon"></span>
    </button>
  
    <div class="collapse navbar-collapse" id="navbarSupportedContent">
      <ul class="navbar-nav mr-auto">
        &nbsp; <li class="nav-item">
          <a class="nav-link" href="index.html" id="b1"><b>Home</b></a>
        </li>


        &nbsp;<li class="nav-item dropdown">
       <a class="nav-link dropdown-toggle" href="android.html" role="button" data-toggle="dropdown" aria-expanded="false" id="b1">
           <b> Android📱</b>
          </a>
          <div class="dropdown-menu">
            <a class="dropdown-item" href="android.html">Samsung</a>
            <a class="dropdown-item" href="android.html">OnePlus</a>
            <a class="dropdown-item" href="android.html">Realme</a>
            <a class="dropdown-item" href="android.html">Redmi</a>
            <a class="dropdown-item" href="android.html">Oppo</a>
            <a class="dropdown-item" href="android.html">Vivo</a>

            <div class="dropdown-divider"></div>
        
          </div>
        </li>


        &nbsp; <li class="nav-item dropdown">
          <a class="nav-link dropdown-toggle" href="apple.html" role="button" data-toggle="dropdown" aria-expanded="false" id="b1">
           <b> Apple(ios)📲</b>
          </a>
          <div class="dropdown-menu">
            <a class="dropdown-item" href="apple.html">iphone 6s</a>
            <a class="dropdown-item" href="apple.html">iphone 7plus</a>
            <a class="dropdown-item" href="apple.html">iphone X</a>
            <a class="dropdown-item" href="apple.html">iphone 11</a>
            <a class="dropdown-item" href="apple.html">iphone 12</a>
            <a class="dropdown-item" href="apple.html">iphone 14</a>
            <div class="dropdown-divider"></div>
          </div>
        </li>

        &nbsp;<li class="nav-item dropdown">
          <a class="nav-link dropdown-toggle" href="laptop.html" role="button" data-toggle="dropdown" aria-expanded="false" id="b1">
           <b> Laptopsđź’»</b>
          </a>
          <div class="dropdown-menu">
            <a class="dropdown-item" href="laptop.html">Asus</a>
            <a class="dropdown-item" href="laptop.html">Lenovo</a>
            <a class="dropdown-item" href="laptop.html">Hp</a>
            <a class="dropdown-item" href="laptop.html">Dell</a>
            <a class="dropdown-item" href="laptop.html">Acer</a>
            <a class="dropdown-item" href="laptop.html">MacBook</a>
      
            <div class="dropdown-divider"></div>
          </div>
        </li>


        &nbsp;<li class="nav-item dropdown">
             <li class="nav-item dropdown">
          <a class="nav-link dropdown-toggle" href="watch.html" role="button" data-toggle="dropdown" aria-expanded="false" id="b1">
            <b>Smart Watches⌚</b>
          </a>
          <div class="dropdown-menu">
            <a class="dropdown-item" href="watch.html">Fire-boltt</a>
            <a class="dropdown-item" href="watch.html">Noise</a>
            <a class="dropdown-item" href="watch.html">Boult</a>
            <a class="dropdown-item" href="watch.html">Boat</a>
            <a class="dropdown-item" href="watch.html">Samsung</a>
            <a class="dropdown-item" href="watch.html">i watch</a>
            <div class="dropdown-divider"></div>
          </div>
        </li>


        &nbsp;<li class="nav-item dropdown">
          <a class="nav-link dropdown-toggle" href="earbuds.html" role="button" data-toggle="dropdown" aria-expanded="false" id="b1">
            <b>Earbuds🎧</b>
          </a>
          <div class="dropdown-menu">
            <a class="dropdown-item" href="earbuds.html">Mivi</a>
            <a class="dropdown-item" href="earbuds.html">Boat</a>
            <a class="dropdown-item" href="earbuds.html">Realme</a>
            <a class="dropdown-item" href="earbuds.html">PTrone</a>
            <a class="dropdown-item" href="earbuds.html">Noise</a>
            <a class="dropdown-item" href="earbuds.html">OnePlus</a>
            <div class="dropdown-divider"></div>
          </div>
        </li>



        &nbsp;<li class="nav-item dropdown">
          <a class="nav-link dropdown-toggle" href="sond.html" role="button" data-toggle="dropdown" aria-expanded="false" id="b1">
           <b> Speakers🔊</b>
          </a>
          <div class="dropdown-menu">
            <a class="dropdown-item" href="sond.html">Boat</a>
            <a class="dropdown-item" href="sond.html">Zebronic</a>
            <a class="dropdown-item" href="sond.html">Mivi</a>
            <a class="dropdown-item" href="sond.html">Alexa</a>
            <a class="dropdown-item" href="sond.html">JBL</a>
            <a class="dropdown-item" href="sond.html">Sony</a>
            <div class="dropdown-divider"></div>
          </div>
        </div>
      &nbsp;&nbsp;<form class="d-flex" role="search">
    <a href="login.html" button class="btn btn-outline-success">Login</button></a> 
      
      </form>
      
   
  </nav>
  
  </button>
  <!-- navbar end -->
  

  <div id="carouselExampleCaptions" class="carousel slide" data-ride="carousel">
    <ol class="carousel-indicators">
      <li data-target="#carouselExampleCaptions" data-slide-to="0" class="active"></li>
      <li data-target="#carouselExampleCaptions" data-slide-to="1"></li>
      <li data-target="#carouselExampleCaptions" data-slide-to="2"></li>
      <li data-target="#carouselExampleCaptions" data-slide-to="3"></li>
      <li data-target="#carouselExampleCaptions" data-slide-to="4"></li>
    </ol>
    <div class="carousel-inner">
      <div class="carousel-item active">
        <img src="cros.jpg" class="d-block w-100" alt="..." height="550px">
        <div class="carousel-caption d-none d-md-block">
          <h5> God Bless You</h5>
          <p>We are making photographs to understand what lives mean to us</p>
        </div>
      </div>
      <div class="carousel-item">
        <img src="bwatch.jpg" class="d-block w-100" alt="..." height="550px" >
        <div class="carousel-caption d-none d-md-block">
          <h5>Mission</h5>
          <p>Don’t shoot what it looks like.Shoot what it feels like</p>
        </div>
      </div>
      <div class="carousel-item">
        <img src="crcspk.jpg" class="d-block w-100" alt="..." height="550px">
        <div class="carousel-caption d-none d-md-block">
          <h5>Vission</h5>
          <p>When people look at my pictures I want them to feel the way they do when they want to read a line of a poem twice</p>
        </div>
      </div>

      <div class="carousel-item">
        <img src="rozz.jpg" class="d-block w-100" alt="..." height="550px">
        <div class="carousel-caption d-none d-md-block">
          <h5>Vission</h5>
          <p>When people look at my pictures I want them to feel the way they do when they want to read a line of a poem twice</p>
        </div>
      </div>
      <div class="carousel-item">
        <img src="budscrs.jpg" class="d-block w-100" alt="..." height="550px">
        <div class="carousel-caption d-none d-md-block">
          <h5>Vission</h5>
          <p>When people look at my pictures I want them to feel the way they do when they want to read a line of a poem twice</p>
        </div>
      </div>
    </div>
    <button class="carousel-control-prev" type="button" data-target="#carouselExampleCaptions" data-slide="prev">
      <span class="carousel-control-prev-icon" aria-hidden="true"></span>
      <span class="sr-only">Previous</span>
    </button>
    <button class="carousel-control-next" type="button" data-target="#carouselExampleCaptions" data-slide="next">
      <span class="carousel-control-next-icon" aria-hidden="true"></span>
      <span class="sr-only">Next</span>
    </button>
    <div class="spinner-border" role="status" style="margin-top:4%; margin-left: 30%; position: absolute;">
      <span class="visually-hidden"></span>
    </div>

    <div class="progress" role="progressbar" aria-label="Animated striped example" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">
      <div class="progress-bar progress-bar-striped progress-bar-animated" style="width: 80%"></div>
    </div>   
    
    
    <div class="j1"></div>
 
  <h1 style="margin-top: 1%; font-size: 420%;"><center>𝔼-𝔸𝕔𝕔𝕖𝕤𝕤𝕠𝕣𝕚𝕖𝕤</center></h1>
<!-- cards1 -->

<div class="container-fluid">
  <div class="row">
      <div class="col-lg-3" style="margin-left: 13%;" >
      <div class="card ml-3" style="width: 18rem; margin-top: 10%;  border-radius: 20%; ">
          <img src="andriod.jpg" class="card-img-top" alt="..." height="190px" style=" border-radius: 20%;" >
          <div class="card-body">
            <h5 class="card-title">Andriod</h5>
            <p class="card-text">Nothing makes an android feel more useless than when a human is crying. <br>

            </p>
            <a href="android.html" class="btn" id="bn">View More👆🏻</a>
          </div>
          </div>
        </div>

        <div class="col-lg-3">
          <div class="card ml-3" style="width: 18rem; margin-top: 10%;  border-radius: 20%;">
              <img src="iphonee.jpg" class="card-img-top" alt="..." height="190px" style=" border-radius: 20%;">
              <div class="card-body">
                <h5 class="card-title">iphone</h5>
                <p class="card-text">Obviously anything that accessorizes or enhances the iPhone is always pretty cool.</p>
                <a href="apple.html" class="btn" id="bn">View More👆🏻</a>
              </div>
              </div>
            </div>

            <div class="col-lg-3">
              <div class="card ml-3" style="width: 18rem; margin-top: 10%;  border-radius: 20%;" >
                  <img src="blap.jpg" class="card-img-top" alt="..." height="50%" style=" border-radius: 20%;">
                  <div class="card-body">
                    <h5 class="card-title">Laptop</h5>
                    <p class="card-text">I do indeed write on the road. My laptop goes with me everywhere.</p>
                    <a href="laptop.html" class="btn" id="bn">View More👆🏻</a>
                  </div>
                  </div>
                </div>
              

                <div class="container-fluid">
                  <div class="row">
                      <div class="col-lg-3"  style="margin-left: 13%;">
                      <div class="card ml-3" style="width: 18rem; margin-top: 10%;  border-radius: 20%;">
                          <img src="bwatch.jpg" class="card-img-top" alt="..." height="210px" style=" border-radius: 20%;">
                          <div class="card-body">
                            <h5 class="card-title">Smart watch</h5>
                            <p class="card-text">“Watches may be outdated, but smartwatches are the future.” </p>
                            <a href="watch.html" class="btn" id="bn">View More👆🏻</a>
                          </div>
                          </div>
                        </div>


                    
                          <div class="col-lg-3">
                          <div class="card ml-3" style="width: 18rem; margin-top: 10%;  border-radius: 20%;">
                              <img src="erbuds.jpg" class="card-img-top" alt="..." height="50%" style=" border-radius: 20%;">
                              <div class="card-body">
                                <h5 class="card-title">Ear buds</h5>
                                <p class="card-text">“I can’t think of anything better than putting on headphones, listening to music, and fading out.”</p>
                                <a href="earbuds.html" class="btn" id="bn">View More👆🏻</a>
                              </div>
                              </div>
                            </div>

                          
                              <div class="col-lg-3">
                              <div class="card ml-3" style="width: 18rem; margin-top: 10%; border: 0%; border-radius: 20%;" >
                                  <img src="bspekr.jpg" class="card-img-top" alt="..." height="50%" style="border-radius: 20%;">
                                  <div class="card-body">
                                    <h5 class="card-title">Speakers</h5>
                                    <p class="card-text">Bluetooth speakers are gaining a lot of popularity for their great sound quality and portability.</p>
                                    <a href="sond.html" class="btn" id="bn">View More👆🏻</a>
                                  </div>
                                  </div>
                                </div>

                                      


<!-- cards -->

<hr class="featurette-divider">

    <div class="row featurette d-flex justify-content-center align-items-center" style="margin-top: 5%; margin-left: 5%;">
      <div class="col-md-7">
        <h2 class="featurette-heading fw-normal lh-1">Latest Launched iphone 2023<span class="text-body-secondary"></span></h2>
        <p class="lead">Apple iPhone 15 mobile was launched on 12th September 2023. The phone comes with a 60 Hz refresh rate 6.10-inch touchscreen display offering a resolution of 1179x2556 pixels at a pixel density of 460 pixels per inch (ppi). Apple iPhone 15 is powered by a hexa-core Apple A16 Bionic processor. It comes with 6GB of RAM. The Apple iPhone 15 supports wireless charging.

          As far as the cameras are concerned, the Apple iPhone 15 on the rear packs a dual camera setup featuring a 48-megapixel (f/1.6) primary camera, and a 12-megapixel (f/2.4) camera. It has a single front camera setup for selfies, featuring a 12-megapixel sensor with an f/1.9 aperture.
          
          Apple iPhone 15 is based on iOS 17 and packs 128GB, 256GB, 512GB of inbuilt storage. The Apple iPhone 15 is a dual-SIM (GSM and GSM) mobile that accepts Nano-SIM and Nano-SIM cards. The Apple iPhone 15 measures 147.60 x 71.60 x 7.80mm (height x width x thickness) and weighs 171.00 grams. It was launched in Black, Blue, Green, Pink, and Yellow colours. It features an IP68 rating for dust and water protection.</p>
      </div>
      <div class="col-md-5">
        <img  class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="500"
        height="500"src="15.jpg" alt="" style="border: 0%; border-radius: 20%;">
        
      </div>
    </div>

    <hr class="featurette-divider">

    <div class="row featurette d-flex justify-content-center align-items-center" style="margin-left: 5%;">
      <div class="col-md-7 order-md-2">
        <h2 class="featurette-heading fw-normal lh-1">latest Launched laptops 2023</h2><span class="text-body-secondary"></span></h2>
        <p class="lead">ASUS Zenbook S 13 OLED
          World’s Slimmest OLED Ultraportable Laptop1
          Lighten up your life with the ultra-thin and super-light Zenbook S 13 OLED! This 1 cm-thin2, 1 kg-light3 marvel uses efficient 13th Gen Intel® Core™ Processors, and the amazing 13.3-inch 16:10 2.8K OLED HDR NanoEdge4 display delivers brilliant visuals. ASUS is completely committed to purposeful innovation that supports a healthier planet, so we've also made Zenbook S 13 OLED the most eco-friendly Zenbook ever, in line with our core values. More care, less impact!</p>
      </div>
      <div class="col-md-5 order-md-1">
        <img  class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="500"
        height="500"src="lpp.jpg" alt="" style="border: 0%; border-radius: 20%;">
      </div>
    </div>
    </div>


 <!-- Footer -->
<footer class="text-center text-lg-start bg-body-tertiary text-light bg-dark mt-5 ">
  <!-- Section: Social media -->  <section class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom">
    
  
      <!-- Right -->
      <div>
        <a href="" class="me-4 text-reset">
          <i class="fab fa-facebook-f"></i>
        </a>
        <a href="" class="me-4 text-reset">
          <i class="fab fa-twitter"></i>
        </a>
        <a href="" class="me-4 text-reset">
          <i class="fab fa-google"></i>
        </a>
        <a href="" class="me-4 text-reset">
          <i class="fab fa-instagram"></i>
        </a>
        <a href="" class="me-4 text-reset">
          <i class="fab fa-linkedin"></i>
        </a>
        <a href="" class="me-4 text-reset">
          <i class="fab fa-github"></i>
        </a>
      </div>
      <!-- Right -->
    </section>
    <!-- Section: Social media -->
  
    <!-- Section: Links  -->
    <section class="">
      <div class="container text-center text-md-start mt-5">
        <!-- Grid row -->
        <div class="row mt-3">
          <!-- Grid column -->
          <div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
            <!-- Content -->
            <h6 class="text-uppercase fw-bold mb-4">
              <i class="fas fa-gem me-3"></i>e-Commerce Hub
            </h6>
            <p>
              E-commerce is a powerfull means to connect the unconnected to global trades
            </p>
          </div>
          <!-- Grid column -->
  
          <!-- Grid column -->
          <div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
            <!-- Links -->
            <h6 class="text-uppercase fw-bold mb-4">
              Products
            </h6>
            <p>
              <a href="watch.html" class="text-reset">Watches</a>
            </p>
            <p>
              <a href="sond.html" class="text-reset">Speakers</a>
            </p>
            <p>
              <a href="laptop.html" class="text-reset">Laptop</a>
            </p>
            <p>
              <a href="android.html" class="text-reset">andriod</a>
            </p>
          </div>
          <!-- Grid column -->
  
          <!-- Grid column -->
          <div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
            <!-- Links -->
            <h6 class="text-uppercase fw-bold mb-4">
              Useful links
            </h6>
            <p>
              <a href="http://www.instagram.com" class="text-reset">Instagram</a>
            </p>
            <p>
              <a href="http://www.whatsspp.com" class="text-reset">whats app</a>
            </p>
            <p>
              <a href="http://www.snapchat.com" class="text-reset">Snapchat</a>
            </p>
            <p>
              <a href="http://www.google.com" class="text-reset">Google</a>
            </p>
          </div>
          <!-- Grid column -->
  
          <!-- Grid column -->
          <div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
            <!-- Links -->
            <h6 class="text-uppercase fw-bold mb-4">Location</h6>
            <p><i class="fas fa-home me-3"></i>Mango, Jamshedpur, Jharkhand</p>
            <p>
              <i class="fas fa-envelope me-3"></i>
              hub@gmail.com
            </p>
            <p><i class="fas fa-phone me-3"></i> +91 7488047535</p>
            <p><i class="fas fa-print me-3"></i> +91 6206338481</p>
          </div>
          <!-- Grid column -->
        </div>
        <!-- Grid row -->
      </div>
    </section>
   
    <!-- Copyright -->
    <div class="text-center p-4" style="background-color: rgba(0, 0, 0, 0.05);">
      © 2021 Copyright:
      <a class="text-reset fw-bold" href="index.html">Commerce.com</a>
    </div>
    <!-- Copyright -->
  </footer>
  <!-- Footer -->

</body>
</html>